Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supply offset changes on sdk fork #2308

Merged
merged 7 commits into from
Aug 16, 2022
Merged

Conversation

nicolaslara
Copy link
Contributor

@nicolaslara nicolaslara commented Aug 4, 2022

Closes: #2307

What is the purpose of the change

The sdk fork is using GenesisSupplyOffsets in the banktypes.NewGenesisState() constructor. This is incompatible with the ibc-go testing package which expects the new signature (https://github.com/cosmos/ibc-go/tree/main/testing).

Brief Changelog

Testing and Verifying

This change is a trivial rework / code cleanup without any test coverage. The existing tests pass.

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (no)
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (no)
  • How is the feature or change documented? (not applicable )

@nicolaslara nicolaslara marked this pull request as ready for review August 15, 2022 07:22
@nicolaslara nicolaslara requested a review from a team August 15, 2022 07:22
@ValarDragon ValarDragon merged commit 91c7830 into main Aug 16, 2022
@ValarDragon ValarDragon deleted the supply-offset-changes-on-sdk-fork branch August 16, 2022 12:03
@nicolaslara
Copy link
Contributor Author

@ValarDragon I saw you merged this. We will probably need to update the dependency again once osmosis-labs/cosmos-sdk#312 is merged. That should be really quick, just wanted to point it out here.

@ValarDragon
Copy link
Member

Yup! Wanted to just unblock other prs due to the api change tho

@nicolaslara
Copy link
Contributor Author

@ValarDragon merged the change and added a new PR (#2421) with the correct hash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Updated outdated GenesisSupplyOffsets to match the sdk fork's bank genesis state constructor
2 participants